home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 11 / Mac Magazin and MacEasy Magazine CD - Issue 11.iso / Sharewarebibliothek / Spiele / Tic-Tac-Toe v2.0 (FAT) folder / Tic-Tac-Toe v2.0 ƒ / READ ME NOW! Source Code... next >
Text File  |  1995-05-21  |  3KB  |  45 lines

  1. Tic-Tac-Toe v2.0, © 1995 by Jordan Pinsker.
  2.  
  3.     This game is self-explanatory. If you like it, and want the pascal source code, I am only asking $20.00. It will teach you a lot about pascal and mac programming in general. If you are interested, I send the source code to everyone who registers. It is in CodeWarrior Pascal and includes 68K and PowerPC Native Code.
  4.  
  5.     Tic-Tac-Toe 2.0 should run on all machines with 68020 procesors or better, and on almost any system, up to and including v7.x.x. It looks best in eight-bit color.
  6.  
  7. This version is now PowerPC Native!    It will run in native mode on all PowerMacs.
  8.  
  9. *** Version History ***
  10.  
  11.     -- Version 1.0.  Initial release. Only one level of computer intelligence, and it was not very smart. Did not have the two-player option enabled.
  12.  
  13.     --Version 1.1.    Non-release. Added another level of computer intelligence and enabled the two-player option.
  14.  
  15.     -- Version 1.2.    Introduced many new features, including 3 levels of computer intelligence, a better two player option, and a marker to show who is the current palyer in both the one and two player modes.
  16.     The Computer intelligence is terrible in Random mode, much better in Smart mode, and almost undefeatable in Genius mode.
  17.     Also, a small grammar error in the "user has clicked in an area that is not free" alert has been corrected.
  18.  
  19.     -- Version 1.3.     Corrects two bugs in the Genius mode algorithm that now make it truly undefeatable. Also, the smart player is now much smarter.
  20.  
  21.   -- Version 1.5.  Added Sounds for 'X', 'O', 'X Wins', and 'O Wins'. There is now a 'Play Sounds' option in the file menu to turn sounds on and off. Added new graphics for the pieces and a new start-up splash screen. Added new icons and new CICN resources. Deleted the useless windows menu. Made grammatical changes in a few dialog boxes. Changed the default name of player two to "Computer." Also changed the default computer intelligence level to "Smart." Finally, I fixed a bug from version 1.3 where the computer failed to count the number of wins correctly.
  22.     Due to new optimization settings at compile time, this version has a significant performance boost. Hence, the new sounds and graphics do not slow it down at all. 
  23.     The new compiler settings make the game require a 68020 processor or better. This should not be a problem since all color macs have 68020's or higher.
  24.  
  25.     -- Version 2.0.     Ported to Metrowerks Codewarrior Release 6 (v1.1). The application is now a FAT binary, so it runs PPC native on Powermacs and 68K native on regular Macs.
  26.  
  27. ***************************
  28.     To register, print out the enclosed registration form. All the directions are on that sheet. Remember, if you would like to learn how this program works, it's only $20.00. You will recieve the entire pascal source code to the newest version.
  29.  
  30.     Thank you for trying Tic-Tac-Toe. Enjoy! 
  31.  
  32.   Please make all checks payable to Jordan Pinsker.
  33.  
  34.         Jordan Pinsker
  35.         1 Todd Court
  36.         East Williston, NY  11596-1424
  37.  
  38.  Send any comments on the graphics and sound to:
  39.    
  40.    Chris Cho
  41.    9 Schooner Cove
  42.    East Setauket, NY 11733
  43.  
  44. (**** This notice MUST be distributed with every copy of ****)             
  45. (**** Tic-Tac-Toe. Do not edit this file!****)